home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / cstwnd / custctl.h < prev    next >
C/C++ Source or Header  |  1993-12-17  |  293b  |  20 lines

  1. #ifndef _CUSTCTL_H_
  2. #define _CUSTCTL_H_
  3.  
  4. #ifndef __OWL_H
  5. #include <owl.h>
  6. #endif
  7.  
  8. #ifndef __BWCC_H
  9. #include <bwcc.h>
  10. #endif
  11.  
  12. #ifndef __CUSTCNTL_H
  13. #include <custcntl.h>
  14. #endif
  15.  
  16. extern PTModule DLLModule;
  17.  
  18. extern "C" WORD FAR PASCAL _export CTLCustCtlGetVersion(void);
  19.  
  20. #endif